You are here: COM API reference > Events > BeforeDraftPrint event

BeforeDraftPrint event

This event occurs when the user selects to print a document using the Draft Print option.

Syntax

Private Sub AMUIExtension_BeforeDraftPrint(
          ByVal CurrentObject As Object,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The document (AMDocument object).

Abort

Setting this argument to True will abort the operation. The AfterDraftPrint event will not occur.

Remarks

For extending the native print command, see the BeforeInvoke event.

The equivalent VBScript event is the Print script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.


www.bluecieloecm.com